home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / OS / FWOSMisc / FWOSMisc.hpp < prev    next >
Encoding:
Text File  |  1996-09-17  |  645 b   |  32 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWOSMisc.hpp
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWOSMISC_HPP
  11. #define FWOSMISC_HPP
  12.  
  13. // ----- OpenDoc Includes -----
  14.  
  15. #ifndef FWODTYPS_H
  16. #include "FWODTyps.h"
  17. #endif
  18.  
  19. // ----- Framework Includes -----
  20.  
  21. #include "FWCommon.h"
  22. #include "FWString.h"
  23. #include "FWRefCnt.h"
  24. #include "FWExcLib.h"
  25. #include "FWDebug.h"
  26.  
  27. #include "FWFiles.h"
  28. #include "FWResour.h"
  29.  
  30. #endif
  31.  
  32.